Start here, Make a project!
This blog shares various useful Projects made by Kuman and Kuman's specially invite writers. If you like, welcome to contribute to us, and get paid.
By Alexsandar | 22 January 2018 | 12597 Comments

Arduino Reflex Tester




Today, I've decided to create a contraption that can measure your reactions time. You will need some basic components, all of which can be found in Kuman's Arduino UNO Starter kits.

The parts needed are as follows:
Arduino UNO board
USB Cable
10k and 220-ohm resistors
LED
Button
Mini breadboard
16x2 LCD Display
Some jumper wires

Step 1: Connecting the LED


Each LED has two leads - a shorter one and a longer one. The shorter one (cathode) needs to be connected to GND (ground) of the Arduino using the 220-ohm resistor. The anode (5V) of each led needs to go to a corresponding digital pin of the Arduino (I've choosen the 8th).
*Don't worry, you can change the pins later in the code.

Step 2: Connecting the Button


Choose one of the button's sides. You will see 2 pins. The one on the left connects to ground of the Arduino with the 10k resistor. Connect the other lead to Digital Pin 4 of the Arduino. The pin on the right side of the button connects to 5V.

Step 3: Connecting the LCD




Here, 4 connections are necessary. They are the following:
LCD | Arduino
GND - GND
VCC - 5V
SDA - A4
SCL - A5

Step 4: Finishing Touches

I've uploaded the project's code HERE. Feel free to modify anything, such as pin numbers, delays, text and etc.
If you have any questions, feel free to ask them in the comments below! I will respond as soon as possible.

Recently Reviews

Read More

Leave a Reply

Your email address will not be published.Required fields are marked. *
Name
E-mail
Content
Verification code
POPULAR BLOG